I am developing a wordpress site. When running my site I get in the consle the following errors.
Error: Promised response from onMessage listener went out of scope 3 background.js:841:170
Error: Promised response from onMessage listener went out of scope ExtensionMessagingService.js:89:34
Error: Promised response from onMessage listener went out of scope 10 background.js:841:170
Maybe it has to do with a javascript that I also developed for that site. It is using getElementbyID.
I am not sure to what that error is related. Can somebody explain me what that error means? Is there a way to find more debug information than what is shown in the debug console? I am a newbie in website development.
The "background.js:841:170" in the console log is a link, which when clicked on takes you to the offending code. Research indicates a moz extension, which seems to indicate an Adblocker.
Trusting the site in Ghostery got rid of this error for me (dev server on localhost)